NotificationProvider Xojo Plugin

DesktopNotificationProvider.Remove Method

Removes notification by id.

Remove(
   notificationId as Integer)

Parameters

notificationId
Id of the notification to remove.

Remarks

You can get id of notification right after posting the notification by using the LastNotificationId property.

See Also

DesktopNotificationProvider Control